(set #MSG_SelectPath "Where do you wish to install PowerCrawler?\nA drawer called \"PowerCrawler\" will be created automatically!")
(set #MSG_AllDone "PowerCrawler is now installed. Start it by\n double-clicking the \"PowerCrawler\"-Icon")
(set #MSG_CopyingMain "Copying main Files and Directories!")
(set #MSG_CopyingFiles "Copying: ")
(set #MSG_InstallWhat "Select what you want to install!")
(set #MSG_Startup "Adding PowerCrawler-Assign to the S:User-Startup")
(set #MSG_MakeDir "Creating Directory:\n\n")
(set #MSG_ToolType "Changing Icon-Settings to No-Icon-Position")
(set #MSG_WhichLanguage "Which languages do you want for the\nUser Interface (English is built in)?")
(set #MSG_InPlace "Installing PowerCrawler in place!")
(set #MSG_CopyIO "Copying external Map-Loaders/Savers:\n(PowerCrawler works without them, too)")
(set #MSG_CopyPL "Copying external Picture-Loaders:\n(PowerCrawler works without them, too)")
(set #MSG_CopyIcon "Copying Standard-Icons:")
(set #MSG_CopyCDCT "Copying necessary Files for translating Catalogs. (CD,CT)")
(set #MSG_CopyPrj "Copying Demo Projects:")
(set #MSG_CopyMap "Copying Demo Maps:")
(set #MSG_CopyPic "Copying Demo Pictures:")
(set #MSG_CopyDev "Copying Developer Files:")
(set #MSG_CopyDoc "Copying Documentation:")
(set #MSG_CopyCat "Copying Translation:")
(set #MSG_CopySet "Copying Setting Files:")
(set #MSG_UserAsk11 "Demo Projects")
(set #MSG_UserAsk12 "Demo Maps")
(set #MSG_UserAsk13 "Demo Pictures")
(set #MSG_UserAsk14 "Developer Files")
(set #MSG_UserAsk15 "Documenatation")
(set #MSG_UserAsk21 "German")
)
)
;
; ******** CHECK OS VERSION *********
;
(set #OSVersion (/ (getversion) 65536))
(if (< #OSVersion 39)
(abort #MSG_NeedsOS3.0)
)
(set #MSG_WELCOME2 "\n\n\n(This installation Script is available in english, deutsch and italiano. If you don't get the right language add the Tooltype \"LANGUAGE=????\" to the Install-Icon. To do this abort Installation now. Activate the Install-Icon with a single Mouse-CLick.")
(set #MSG_WELCOME3 " Select \"Information\" in the Icons-Menu. A Window will appear, click on \"NEW\". Type in \"LANGUAGE=????\". ???? is the name of the language which MUST be lowercase. Click on the \"SAVE\" Button. That's it. This way you should get the desired language.)")